FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hl7.fhir.vn.core#1.0.0-beta (93 ms)

Package hl7.fhir.vn.core
Type StructureDefinition
Id Id
FHIR Version R4
Source http://moh.gov.vn/fhir/vn-core-ig/https://simplifier.net/resolve?scope=hl7.fhir.vn.core@1.0.0-beta&canonical=http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-healthcare-department
Url http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-healthcare-department
Version 1.0.0
Status draft
Date 2021-05-19T09:18:14.0608524+00:00
Name VNCoreHealthcareDepartment
Title HealthcareDepartment Profile - VN Core R4
Experimental False
Realm vn
Authority hl7
Description Thông tin mô tả về khoa phòng trực thuộc cơ sở khám, chữa bệnh
Purpose TODO: add note
Copyright Bộ Y tế Việt Nam
Type Organization
Kind resource

Resources that use this resource

StructureDefinition
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-encounter Encounter Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-location Location Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-medication-request MedicationRequest Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-obervation-result-base Observation - Result Base profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-practitioner-role PractitionerRole Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-procedure Procedure Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-service-request ServiceRequest profile - VN Core R4

Resources that this resource uses

StructureDefinition
http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips Organization (IPS)
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address Address profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept Codeable Concept profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-provider Provider Profile - VN Core R4
http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips Organization (IPS)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "vn-core-healthcare-department",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-05-19T09:18:17.057+00:00"
  },
  "url" : "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-healthcare-department",
  "version" : "1.0.0",
  "name" : "VNCoreHealthcareDepartment",
  "title" : "HealthcareDepartment Profile - VN Core R4",
  "status" : "draft",
  "date" : "2021-05-19T09:18:14.0608524+00:00",
  "publisher" : "Cục Công nghệ thông tin - Bá»™ Y tế",
  "description" : "Thông tin mô tả về khoa phòng trá»±c thuá»™c cÆ¡ sở khám, chữa bệnh",
  "purpose" : "TODO: add note",
  "copyright" : "Bá»™ Y tế Việt Nam",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Organization.active",
        "path" : "Organization.active",
        "mustSupport" : true
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
              "code" : "dept",
              "display" : "Hospital Department"
            }
          ],
          "text" : "Hospital Department"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf",
        "path" : "Organization.partOf",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-provider"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.name",
        "path" : "Organization.contact.name",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.telecom",
        "path" : "Organization.contact.telecom",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.address",
        "path" : "Organization.contact.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.